home *** CD-ROM | disk | FTP | other *** search
- <VSTemplate Version="2.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
- <TemplateData>
- <Name>Window</Name>
- <Description>Create a Window to add a top-level window or dialog to your project.</Description>
- <Icon>Window.png</Icon>
- <ProjectType>CSharp</ProjectType>
- <DefaultName>Window.xaml</DefaultName>
- <SortOrder>10</SortOrder>
- </TemplateData>
- <TemplateContent>
- <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml" SubType="Form">Window.xaml</ProjectItem>
- <ProjectItem ReplaceParameters="true" TargetFileName="$fileinputname$.xaml.cs" >Window.xaml.cs</ProjectItem>
- </TemplateContent>
- </VSTemplate>